home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _A78B221671294700924B8ABD93D36F0B / scripts / DefineButton2_95 / BUTTONCONDACTION on(release).as next >
Text File  |  2005-08-05  |  79b  |  6 lines

  1. on(release){
  2.    gotoAndStop("Ready");
  3.    play();
  4.    clickSound.start();
  5. }
  6.